C1.Web.Mvc Namespace / YFunctionSeries<T> Class / Max Property

In This Topic
Max Property (YFunctionSeries<T>)
In This Topic
Gets or sets the max value for the function calculation.
Syntax
'Declaration
 
<DefaultValueAttribute(1)>
Public Property Max As Nullable(Of Double)
 
See Also